C++ comments aren't C89.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 24 Aug 2002 03:01:31 +0000 (03:01 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 24 Aug 2002 03:01:31 +0000 (03:01 +0000)
gpsbabel/coldsync/pconn/util.h

index 88281aa2d33fc0e90bd32f43d44ffc84268f61a9..d86f5ee030bd311a8db583c8f729aed45504d9f2 100644 (file)
@@ -5,7 +5,7 @@
  *     You may distribute this file under the terms of the Artistic
  *     License, as specified in the README file.
  *
- * $Id: util.h,v 1.1 2002-08-16 06:14:09 robertl Exp $
+ * $Id: util.h,v 1.2 2002-08-24 03:01:31 robertl Exp $
  */
 #ifndef _util_h_
 #define _util_h_
@@ -13,7 +13,6 @@
 #include <stdio.h>
 #include <time.h>
 #include "palm.h"
-// #include "dlp_cmd.h"
 
 /* XXX - The functions declared INLINE, below, really ought to be inline
  * functions. I'm not sure how to do this portably, though.